FLIR

Forward looking infrared (FLIR) imaging is a tool that can be used to detect polar bear dens underneath snow. To obtain imagery over large areas, aerial surveys are conducted using either helicopters or fixed wing aicraft. Weather conditions determine the suitability of for aerial FLIR surveys. These include wind speeds less than 11 km/hr, a dew point ‐ ambient temp spread of >3.0°C, and no visible moisture(e.g. fog, rain, snow, etc.). Furthermore, surveys less effective and generally not conducted during daylight Wilson & Durner 2019.

Suitable survey conditions

To estimate the availability of suitable FLIR survey conditions, We analyzed publicly available NOAA weather data from Barter Island, AK, and daylight data. We analyzed all available hourly data from 1997 through April 2020.

Change over time

Under a changing climate, the conditions suitable for FLIR surveys may be changing over time. A simple logistic regression model indicates that the proportion of suitable hours has decreased between 1997 and 2020.

logModel <- glm(data = filter(cleandata, Month ==1|Month ==12),
                survey ~ Year, family = binomial(link = 'logit'))

summary(logModel)$coefficients
##                Estimate  Std. Error   z value Pr(>|z|)
## (Intercept) 236.7255000 3.213937141  73.65592        0
## Year         -0.1182274 0.001600429 -73.87228        0